argument n. 1.爭論,辯論,論證。 2.論據(jù),論點(diǎn)。 3.(書籍等的)梗概,摘要,大綱;(劇本等的)情節(jié)。 4.【數(shù)學(xué)】幅角;宗量,宗數(shù),自變數(shù)。 5.【邏輯學(xué)】(三段論中的)中項(xiàng),中詞。 6.〔廢語〕證據(jù)。 an artificial argument 巧辯,詭辯。 start [put forward] an argument 開始[挑起]爭論。 argument against [for, in favour of] 反對[贊成]…的論點(diǎn)。 get [fall] into an argument with 與…發(fā)生爭論。 ram an argument home 反覆說明論點(diǎn)使對方接受。 without argument 無異議。
null adj. 1.無效力的,無束縛力的。 2.無效的,無用的,無益的;無價值的。 3.沒特征[個性]的,沒表情的。 4.〔罕用語〕不存在的,沒有的;零(位)的;空的。 n. 【數(shù)學(xué)】零,零位;空;【無線電】零訊號,微弱訊號。 a null indicator 零示器;零位指示器。 the null method 衡消法。 null and void 【律】無效;失效(This check is null and void. 本支票無效)。 vt. 使無效。
For errors caused by null arguments , see 有關(guān)空參數(shù)引起的錯誤,請參見
String is used in place of any null argument 字符串替代任何空參數(shù)。
In non - debug builds , both functions just test for a non - null argument 在非調(diào)試版本中,兩個函數(shù)都僅測試非null參數(shù)。
The following code example shows a property that throws an exception if the caller passes a null argument 下面的代碼示例演示一個屬性,該屬性在調(diào)用方傳遞一個空參數(shù)時引發(fā)異常。
It is provided so application code can differentiate between exceptions caused by null arguments and exceptions caused by arguments that are not null 提供它是為了使應(yīng)用程序代碼能夠區(qū)分由空參數(shù)引發(fā)的異常和由非空參數(shù)引發(fā)的異常。
It is provided so that application code can differentiate between exceptions caused by null arguments and exceptions caused by arguments that are not null 提供它的目的在于使應(yīng)用程序代碼可區(qū)分空參數(shù)導(dǎo)致的異常以及非空參數(shù)導(dǎo)致的異常。
Do throw system . argumentnullexception if a null argument is passed but the member does not support null nothing in visual basic arguments 如果傳遞了一個空參數(shù)而成員不支持空(在visual basic中為nothing )參數(shù),則應(yīng)引發(fā)system . argumentnullexception 。
It is provided so that application code can differentiate between exceptions caused by invalid arguments that are not a null reference nothing in visual basic , and exceptions caused by null arguments 提供該類的目的是:應(yīng)用程序代碼可以區(qū)分由不為空引用(在visual basic中為nothing )的無效參數(shù)引起的異常以及空參數(shù)引起的異常。